-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ft(listAdds): implement ads list #32
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #32 +/- ##
==========================================
+ Coverage 74.39% 74.72% +0.32%
==========================================
Files 87 88 +1
Lines 2121 2160 +39
Branches 324 331 +7
==========================================
+ Hits 1578 1614 +36
- Misses 518 521 +3
Partials 25 25 ☔ View full report in Codecov by Sentry. |
cd77e78
to
23d878f
Compare
23d878f
to
eaaae0d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
eaaae0d
to
86eef19
Compare
86eef19
to
d44bcc9
Compare
d44bcc9
to
cb00c64
Compare
- listing ads on the homepage [Delivered #187984465]
cb00c64
to
82e8872
Compare
Code Climate has analyzed commit 82e8872 and detected 0 issues on this pull request. View more on Code Climate. |
What this PR do?
This PR list ads on the home page
Description of the task
Every client will be allowed to view the products ads on landing page.
How should this manually tested ?
Clone the repository.
Checkout to the branch ft-list-add-#187984465.
Run npm install to install dependencies.
Run npm run dev to start the development server
Navigate to the page of the homepage and scroll down little a bit
Congratulation you are watching live ads.
What are the relevant pivotal tracker stories?
[Delivered #187984465]